home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / Programy / MozillaBackup-1.2.2-CZ.exe / {app} / Backup.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  2004-02-09  |  975 b   |  52 lines

  1. object Form2: TForm2
  2.   Left = 569
  3.   Top = 388
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nov'#253' profil'
  6.   ClientHeight = 95
  7.   ClientWidth = 234
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 8
  22.     Width = 140
  23.     Height = 13
  24.     Caption = 'Zadejte jm'#233'no nov'#233'ho profilu:'
  25.   end
  26.   object Edit1: TEdit
  27.     Left = 16
  28.     Top = 24
  29.     Width = 201
  30.     Height = 21
  31.     TabOrder = 0
  32.   end
  33.   object Button1: TButton
  34.     Left = 32
  35.     Top = 56
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&OK'
  39.     TabOrder = 1
  40.     OnClick = Button1Click
  41.   end
  42.   object Button2: TButton
  43.     Left = 128
  44.     Top = 56
  45.     Width = 75
  46.     Height = 25
  47.     Caption = '&Zru'#353'it'
  48.     TabOrder = 2
  49.     OnClick = Button2Click
  50.   end
  51. end
  52.